rows property

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

Implementation

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