CapabilityStatementRest class

Annotations
  • @freezed

Constructors

CapabilityStatementRest({CapabilityStatementRestMode? mode, @JsonKey(name: '_mode') Element? modeElement, String? documentation, @JsonKey(name: '_documentation') Element? documentationElement, CapabilityStatementSecurity? security, List<CapabilityStatementResource>? resource, List<CapabilityStatementInteraction1>? interaction, List<CapabilityStatementSearchParam>? searchParam, List<CapabilityStatementOperation>? operation, List<String>? compartment, @JsonKey(name: '_compartment') List<Element?>? compartmentElement})
const
factory
CapabilityStatementRest.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
CapabilityStatementRest.fromJsonString(String source)
Acts like a constructor, returns a CapabilityStatementRest, accepts a String as an argument, mostly because I got tired of typing it out
factory
CapabilityStatementRest.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

compartment List<String>?
no setterinherited
compartmentElement List<Element?>?
no setterinherited
copyWith → $CapabilityStatementRestCopyWith<CapabilityStatementRest>
no setterinherited
documentation String?
no setterinherited
documentationElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
interaction List<CapabilityStatementInteraction1>?
no setterinherited
mode CapabilityStatementRestMode?
no setterinherited
modeElement Element?
no setterinherited
operation List<CapabilityStatementOperation>?
no setterinherited
resource List<CapabilityStatementResource>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchParam List<CapabilityStatementSearchParam>?
no setterinherited
security CapabilityStatementSecurity?
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