Subnet constructor

Subnet({
  1. String? name,
  2. String? projectId,
})

Implementation

Subnet({this.name, this.projectId});