Requisition class

Constructors

Requisition(RequestHandler requestHandler)

Properties

hashCode int
The hash code for this object.
no setterinherited
requestHandler RequestHandler
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createRequisition({required String redirect, required String institutionId, String? endUserAgreementId, String? reference, String? userLanguage, String? ssn, bool? accountSelection, bool? redirectImmediate}) Future
deleteRequisition(String requisitionId) → dynamic
getRequisition(String requisitionId) Future
getRequisitions() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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