HybridSubnetInfo constructor

HybridSubnetInfo({
  1. String? displayName,
  2. String? region,
  3. String? uri,
})

Implementation

HybridSubnetInfo({this.displayName, this.region, this.uri});