custom property

  1. @JsonKey.new(name: '_Custom', includeIfNull: false, defaultValue: <Object>[])
List<Object>? custom
final

Implementation

@JsonKey(name: '_Custom', includeIfNull: false, defaultValue: <Object>[])
final List<Object>? custom;