ApiHashModel constructor

ApiHashModel(
  1. String apiHash, {
  2. bool active = true,
  3. required String apiSecretEncrypted,
})

Implementation

ApiHashModel(
  this.apiHash, {
  this.active = true,
  required this.apiSecretEncrypted,
});