OperationPay class

Constructors

OperationPay.new({required String initialText, required Future<String?> onPressed(), Future<String?> onCancel()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
initialState OperationPayState
no setter
initialText String
final
onCancel Future<String?> Function()?
final
onPressed Future<String?> Function()
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateStream Stream<OperationPayState>
no setter

Methods

cancelOperation() Future<void>
dispose() Future<void>
formatDuration(Duration duration) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startOperation() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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