CoverageGrouping class

Annotations
  • @freezed

Constructors

CoverageGrouping({String? group, @JsonKey(name: '_group') Element? groupElement, String? groupDisplay, @JsonKey(name: '_groupDisplay') Element? groupDisplayElement, String? subGroup, @JsonKey(name: '_subGroup') Element? subGroupElement, String? subGroupDisplay, @JsonKey(name: '_subGroupDisplay') Element? subGroupDisplayElement, String? plan, @JsonKey(name: '_plan') Element? planElement, String? planDisplay, @JsonKey(name: '_planDisplay') Element? planDisplayElement, String? subPlan, @JsonKey(name: '_subPlan') Element? subPlanElement, String? subPlanDisplay, @JsonKey(name: '_subPlanDisplay') Element? subPlanDisplayElement, @JsonKey(name: 'class') String? class_, @JsonKey(name: '_class') Element? classElement, String? classDisplay, @JsonKey(name: '_classDisplay') Element? classDisplayElement, String? subClass, @JsonKey(name: '_subClass') Element? subClassElement, String? subClassDisplay, @JsonKey(name: '_subClassDisplay') Element? subClassDisplayElement})
const
factory
CoverageGrouping.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
CoverageGrouping.fromJsonString(String source)
Acts like a constructor, returns a CoverageGrouping, accepts a String as an argument, mostly because I got tired of typing it out
factory
CoverageGrouping.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

class_ String?
no setterinherited
classDisplay String?
no setterinherited
classDisplayElement Element?
no setterinherited
classElement Element?
no setterinherited
copyWith → $CoverageGroupingCopyWith<CoverageGrouping>
no setterinherited
group String?
no setterinherited
groupDisplay String?
no setterinherited
groupDisplayElement Element?
no setterinherited
groupElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
plan String?
no setterinherited
planDisplay String?
no setterinherited
planDisplayElement Element?
no setterinherited
planElement Element?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subClass String?
no setterinherited
subClassDisplay String?
no setterinherited
subClassDisplayElement Element?
no setterinherited
subClassElement Element?
no setterinherited
subGroup String?
no setterinherited
subGroupDisplay String?
no setterinherited
subGroupDisplayElement Element?
no setterinherited
subGroupElement Element?
no setterinherited
subPlan String?
no setterinherited
subPlanDisplay String?
no setterinherited
subPlanDisplayElement Element?
no setterinherited
subPlanElement Element?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

operator ==(Object other) bool
The equality operator.
inherited