RequisitionStatus class

Requistion Status Information

Constructors

RequisitionStatus({required String short, required String long, required String description})
const
RequisitionStatus.fromMap(dynamic fetchedMap)
For easy Data Model Generation from Map fetched by querying Nordigen.
factory

Properties

description String
String Description of the status.
final
hashCode int
The hash code for this object.
no setterinherited
long String
Long status String.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
short String
Short status String.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Forms a Map of String keys and dynamic values from Class Data.
toString() String
A string representation of this object.
override

Operators

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