custom property

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

Implementation

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