TransmitStatusDto class

Constructors

TransmitStatusDto(TransmitStatus? status, {String? message, int? completedRecords, int? totalRecords, bool? userInitiated})

Properties

completedRecords int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDeterminate bool
getter/setter pair
message String?
getter/setter pair
remoteStatus RemoteStatus?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalRecords int?
getter/setter pair
transmitStatus TransmitStatus?
getter/setter pair
userInitiated bool?
getter/setter pair

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

Static Methods

getDefaultMessage(TransmitStatus? localStatus) String?
getTransmitStatusType(int? transmitStatus) TransmitStatus?
getTransmitStatusValue(TransmitStatus? status) int?