CapabilityStatementSupportedMessage class

Annotations
  • @freezed

Constructors

CapabilityStatementSupportedMessage({CapabilityStatementSupportedMessageMode? mode, @JsonKey(name: '_mode') Element? modeElement, required Reference definition})
const
factory
CapabilityStatementSupportedMessage.fromJson(Map<String, dynamic> json)
factory
CapabilityStatementSupportedMessage.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

copyWith → $CapabilityStatementSupportedMessageCopyWith<CapabilityStatementSupportedMessage>
no setterinherited
definition Reference
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
mode CapabilityStatementSupportedMessageMode?
no setterinherited
modeElement Element?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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