LfpProvider constructor

LfpProvider({
  1. String? displayName,
  2. String? name,
  3. String? regionCode,
})

Implementation

LfpProvider({this.displayName, this.name, this.regionCode});