isRevocation property
bool
get
isRevocation
Whether this authorization is a revocation (address is zero).
Implementation
bool get isRevocation => address == '0x${'0' * 40}';
Whether this authorization is a revocation (address is zero).
bool get isRevocation => address == '0x${'0' * 40}';