defaultValue property

  1. @JsonKey(name: 'default')
dynamic get defaultValue
inherited

The default value code to place into @Default()

Implementation

@JsonKey(name: 'default')
dynamic get defaultValue => throw _privateConstructorUsedError;