templateIds property

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

Implementation

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