rows property

  1. @JsonKey(name: "Row")
List<ProfitRow>? rows
final

Implementation

@JsonKey(name: "Row")
final List<ProfitRow>? rows;