isReadOnly property

bool get isReadOnly

Whether the config is read-only (no signing capability).

Implementation

bool get isReadOnly => !hasSigner;