NodeGroupNode_Status.fromJson constructor
NodeGroupNode_Status.fromJson(
- Object? json
Implementation
factory NodeGroupNode_Status.fromJson(Object? json) =>
NodeGroupNode_Status(json as String);
factory NodeGroupNode_Status.fromJson(Object? json) =>
NodeGroupNode_Status(json as String);