ImplementationGuidePage class

Annotations
  • @freezed

Constructors

ImplementationGuidePage({String? source, @JsonKey(name: '_source') Element? sourceElement, String? title, @JsonKey(name: '_title') Element? titleElement, ImplementationGuidePageKind? kind, @JsonKey(name: '_kind') Element? kindElement, List<String>? type, @JsonKey(name: '_type') List<Element?>? typeElement, List<String>? package, @JsonKey(name: '_package') List<Element?>? packageElement, String? format, @JsonKey(name: '_format') Element? formatElement, List<ImplementationGuidePage>? page})
const
factory
ImplementationGuidePage.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ImplementationGuidePage.fromJsonString(String source)
Acts like a constructor, returns a ImplementationGuidePage, accepts a String as an argument, mostly because I got tired of typing it out
factory
ImplementationGuidePage.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

copyWith → $ImplementationGuidePageCopyWith<ImplementationGuidePage>
no setterinherited
format String?
no setterinherited
formatElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
kind ImplementationGuidePageKind?
no setterinherited
kindElement Element?
no setterinherited
package List<String>?
no setterinherited
packageElement List<Element?>?
no setterinherited
page List<ImplementationGuidePage>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
no setterinherited
sourceElement Element?
no setterinherited
title String?
no setterinherited
titleElement Element?
no setterinherited
type List<String>?
no setterinherited
typeElement List<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