ProviderTag constructor

ProviderTag({
  1. String? category,
  2. String? resourceType,
  3. String? value,
})

Implementation

ProviderTag({this.category, this.resourceType, this.value});