UsableSubnetwork_Role.fromJson constructor

UsableSubnetwork_Role.fromJson(
  1. Object? json
)

Implementation

factory UsableSubnetwork_Role.fromJson(Object? json) =>
    UsableSubnetwork_Role(json as String);