ScannedCard class

Card object with data.

Constructors

ScannedCard({required String id, required String name, required String memberId, required String groupId, required DateTime? date, required List<String> dependents, required String planId, required String planName, required String payerName, required String rxBin, required String rxPcn, required String rxGroup, required String startDate, required CardScanState state, required String cardSpecificId, String? imageUrl, String? message})
Default constructor.
const

Properties

cardSpecificId String
final
date DateTime?
final
dependents List<String>
final
groupId String
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
imageUrl String?
final
memberId String
final
message String?
final
name String
final
payerName String
final
planId String
final
planName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rxBin String
final
rxGroup String
final
rxPcn String
final
startDate String
final
state CardScanState
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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