expand property

  1. @JsonKey(includeToJson: false, includeFromJson: false)
Map<String, List<RecordModel>> expand
getter/setter pair

Implementation

@JsonKey(includeToJson: false, includeFromJson: false) // manually serialized
Map<String, List<RecordModel>> expand;