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