ExternalAuthModel constructor

ExternalAuthModel({
  1. String id = "",
  2. String created = "",
  3. String updated = "",
  4. String recordId = "",
  5. String collectionId = "",
  6. String provider = "",
  7. String providerId = "",
})

Implementation

ExternalAuthModel({
  this.id = "",
  this.created = "",
  this.updated = "",
  this.recordId = "",
  this.collectionId = "",
  this.provider = "",
  this.providerId = "",
});