spaceIds property

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

Implementation

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