IPamResponse class

Constructors

IPamResponse({required String? Code, required String? Message, required String? ContactId, required String? ConsentId})
IPamResponse.fromJson(Map<String, dynamic>? rawJson)
factory

Properties

Code String?
final
ConsentId String?
final
ContactId String?
final
hashCode int
The hash code for this object.
no setterinherited
Message String?
final
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
toString() String
A string representation of this object.
inherited

Operators

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