type property

  1. @JsonKey(name: '@type')
String get type
inherited

Implementation

@JsonKey(name: '@type')
String get type => throw _privateConstructorUsedError;
  1. @JsonKey(name: '@type')
set type (String value)
inherited

Implementation

@JsonKey(name: '@type')
set type(String value) => throw _privateConstructorUsedError;