MappingStatus class

The status of a mapping operation.

Annotations
  • @immutable

Constructors

MappingStatus({required String? nodeId, required String? timestamp, required MappingRequestStatus status, required String? confirmTimestamp, required String? discardedTimestamp, required MappingRequestSource? source, required String? requestId})
const
MappingStatus.fromJson(Map<String, dynamic> json)
factory

Properties

confirmTimestamp String?
final
discardedTimestamp String?
final
hashCode int
The hash code for this object.
no setterinherited
nodeId String?
The ID of the node being mapped.
final
requestId String?
The mapping request ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source MappingRequestSource?
The source of the mapping request.
final
status MappingRequestStatus
The current status of the mapping request.
final
timestamp 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.
inherited

Operators

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