toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      "defaultNumber": defaultNumber,
      "fontSize": fontSize,
      "countryPickerWidth": countryPickerWidth,
      "countryPickerHeight": countryPickerHeight,
      "countryCodeInputWidth": countryCodeInputWidth,
      "countryCodeInputHeight": countryCodeInputHeight,
      "phoneNumberInputHeight": phoneNumberInputHeight,
      "phoneNumberInputWidth": phoneNumberInputWidth,
    };