InputCredentialsNew constructor

InputCredentialsNew({
  1. required String data,
  2. required bool allowSave,
})

Implementation

InputCredentialsNew({required this.data, required this.allowSave});