toJson method
Encodes this value as a JSON object.
Implementation
Map<String, Object?> toJson() => <String, Object?>{
'nodeId': nodeId,
'generation': generation,
'steps': steps,
'direction': direction.toJson(),
'extentGrowthSteps': extentGrowthSteps,
};