EligibilityResponseBenefitBalance class

Annotations
  • @freezed

Constructors

EligibilityResponseBenefitBalance({required CodeableConcept category, CodeableConcept? subCategory, FhirBoolean? excluded, @JsonKey(name: '_excluded') Element? excludedElement, String? name, @JsonKey(name: '_name') Element? nameElement, String? description, @JsonKey(name: '_description') Element? descriptionElement, CodeableConcept? network, CodeableConcept? unit, CodeableConcept? term, List<EligibilityResponseFinancial>? financial})
const
factory
EligibilityResponseBenefitBalance.fromJson(Map<String, dynamic> json)
factory
EligibilityResponseBenefitBalance.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

category CodeableConcept
no setterinherited
copyWith → $EligibilityResponseBenefitBalanceCopyWith<EligibilityResponseBenefitBalance>
no setterinherited
description String?
no setterinherited
descriptionElement Element?
no setterinherited
excluded FhirBoolean?
no setterinherited
excludedElement Element?
no setterinherited
financial List<EligibilityResponseFinancial>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String?
no setterinherited
nameElement Element?
no setterinherited
network CodeableConcept?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subCategory CodeableConcept?
no setterinherited
term CodeableConcept?
no setterinherited
unit CodeableConcept?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
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