EnrollmentProgress class

Progress update from enrollment

Constructors

EnrollmentProgress({String? phase, int? percentage, int? countdown})
const
EnrollmentProgress.fromMap(Map map)
Parse progress from platform callback
factory

Properties

countdown int?
Countdown value (seconds remaining)
final
hashCode int
The hash code for this object.
no setterinherited
percentage int?
Enrollment percentage (0-100)
final
phase String?
Current phase (e.g., "enrolling", "needGlasses", "pushing")
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.
override

Operators

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