AccountOnFileAttribute constructor
AccountOnFileAttribute({
- String key = "",
- String value = "",
- AccountOnFileAttributeStatus status = AccountOnFileAttributeStatus.readOnly,
- MustWriteReason? mustWriteReason,
Implementation
AccountOnFileAttribute(
{this.key = "",
this.value = "",
this.status = AccountOnFileAttributeStatus.readOnly,
this.mustWriteReason});