optedIn property

  1. @JsonKey(name: 'optedIn', defaultValue: false)
bool? optedIn
inherited

Implementation

@JsonKey(name: 'optedIn', defaultValue: false)
bool? get optedIn => throw _privateConstructorUsedError;