userSelected property

  1. @JsonKey.new(name: 'UserSelected')
bool? get userSelected
inherited

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;