AzureResourceGroup constructor

AzureResourceGroup({
  1. String? id,
  2. String? name,
})

Implementation

AzureResourceGroup({this.id, this.name});