NetworkProfileLocation constructor

NetworkProfileLocation({
  1. String? name,
  2. String? scope,
})

Implementation

NetworkProfileLocation({this.name, this.scope});