userSelected property
Indicates that this coding was chosen by a user directly
- e.g. off a pick list of available items (codes or displays).
Implementation
@JsonKey(name: 'UserSelected')
bool? get userSelected => throw _privateConstructorUsedError;
Indicates that this coding was chosen by a user directly
@JsonKey(name: 'UserSelected')
bool? get userSelected => throw _privateConstructorUsedError;