preferred property
Indicates whether or not the patient prefers this language (over other languages he masters up a certain level).
Implementation
@JsonKey(name: 'preferred')
bool? get preferred => throw _privateConstructorUsedError;
Indicates whether or not the patient prefers this language (over other languages he masters up a certain level).
@JsonKey(name: 'preferred')
bool? get preferred => throw _privateConstructorUsedError;