rows property

  1. @JsonKey.new(name: 'Rows', includeIfNull: false, defaultValue: <List<Object>>[])
List<List<Object>>? rows
final

Implementation

@JsonKey(name: 'Rows', includeIfNull: false, defaultValue: <List<Object>>[])
final List<List<Object>>? rows;