EligibilityRequest class
Represents insurance information needed to request an eligibility check.
Constructors
- EligibilityRequest.new({required Subscriber subscriber, required Provider provider})
-
Constructs a constant instance of EligibilityRequest.
const
-
EligibilityRequest.fromJson(Map<
String, dynamic> json) -
Constructs a constant instance of EligibilityRequest from a JSON map.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- provider → Provider
-
Information about the provider, check Provider class.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscriber → Subscriber
-
Information about the subscriber, check Subscriber class.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this object into a JSON-compatible map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited