ManifestParams class

Represents the POST body contained in a GetShlManifestRequest This message is nested to represent that See https://build.fhir.org/ig/HL7/smart-health-cards-and-links/links-specification.html#smart-health-link-manifest-request

Constructors

ManifestParams({int? embeddedLengthMax, String? passcode, String? recipient})
ManifestParams.fromJson(Map json_)

Properties

embeddedLengthMax int?
Integer upper bound on the length of embedded payloads
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
passcode String?
Optional.
getter/setter pair
recipient String?
A string describing the recipient (e.g.,the name of an organization or person) suitable for display to the Receiving User
getter/setter pair
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>
toString() String
A string representation of this object.
inherited

Operators

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