AppSettings constructor

AppSettings({
  1. String? name,
  2. dynamic value,
  3. String? type,
})

Implementation

AppSettings({this.name, this.value, this.type});