GetSubnetworkRequest_Views.fromJson constructor

GetSubnetworkRequest_Views.fromJson(
  1. Object? json
)

Implementation

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