MarkAttendanceRouteArgs class

Constructors

MarkAttendanceRouteArgs({required int exitTime, required int entryTime, required DateTime dateTime, required List<AttendeeModel> attendees, required String registerId, required String tenantId, int? session, Key? key, AttendanceLocalization? appLocalizations})
const

Properties

appLocalizations AttendanceLocalization?
final
attendees List<AttendeeModel>
final
dateTime DateTime
final
entryTime int
final
exitTime int
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
final
registerId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session int?
final
tenantId String
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.
inherited