UsableSubnetworkSecondaryRange.fromJson constructor

UsableSubnetworkSecondaryRange.fromJson(
  1. Map json_
)

Implementation

UsableSubnetworkSecondaryRange.fromJson(core.Map json_)
    : this(
        ipCidrRange: json_['ipCidrRange'] as core.String?,
        rangeName: json_['rangeName'] as core.String?,
      );