UsableSubnetwork_Purpose.fromJson constructor

UsableSubnetwork_Purpose.fromJson(
  1. Object? json
)

Implementation

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