AccountOnFileAttribute constructor

AccountOnFileAttribute({
  1. String key = "",
  2. String value = "",
  3. AccountOnFileAttributeStatus status = AccountOnFileAttributeStatus.readOnly,
  4. MustWriteReason? mustWriteReason,
})

Implementation

AccountOnFileAttribute(
    {this.key = "",
    this.value = "",
    this.status = AccountOnFileAttributeStatus.readOnly,
    this.mustWriteReason});