defaultFieldAttributes property
- @JsonKey.new(name: '_DefaultFieldAttributes', includeIfNull: false, defaultValue: <Object>[])
final
Implementation
@JsonKey(
name: '_DefaultFieldAttributes',
includeIfNull: false,
defaultValue: <Object>[],
)
final List<Object>? defaultFieldAttributes;