MileStone class

Annotations
  • @JsonSerializable()

Constructors

MileStone({dynamic id, String? mileStoneName, String? mileStoneId, String? status, String? isMerged, String? processInstanceId, String? taskId, int? ponr, int? availableRetry, String? statusCode, String? statusDescription, dynamic transactionLogsMap, String? mileStoneStatus, String? mileStoneIsMerged})
MileStone.fromJson(Map<String, dynamic> json)
factory

Properties

availableRetry int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id ↔ dynamic
getter/setter pair
isMerged String?
getter/setter pair
mileStoneId String?
getter/setter pair
mileStoneIsMerged String?
getter/setter pair
mileStoneName String?
getter/setter pair
mileStoneStatus String?
getter/setter pair
ponr int?
getter/setter pair
processInstanceId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
statusCode String?
getter/setter pair
statusDescription String?
getter/setter pair
taskId String?
getter/setter pair
transactionLogsMap ↔ dynamic
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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