Config constructor

const Config({
  1. bool readOnlyPhoneNo = false,
  2. bool readOnlyDob = true,
  3. bool readOnlyGender = false,
})

Implementation

const Config(
    {this.readOnlyPhoneNo = false,
    this.readOnlyDob = true,
    this.readOnlyGender = false});