custom property

  1. @override
  2. @JsonKey.new(name: 'custom')
Map<String, Object?> custom
final

Implementation

@override
@JsonKey(name: 'custom')
final Map<String, Object?> custom;