floorIds property

  1. @JsonKey.new(name: 'FloorIds', includeIfNull: false, defaultValue: <String>[])
List<String>? floorIds
final

Implementation

@JsonKey(name: 'FloorIds', includeIfNull: false, defaultValue: <String>[])
final List<String>? floorIds;