isReadOnly property
bool
get
isReadOnly
Whether the config is read-only (no signing capability).
Implementation
bool get isReadOnly => !hasSigner;
Whether the config is read-only (no signing capability).
bool get isReadOnly => !hasSigner;