isReadOnly property

bool get isReadOnly

Whether provider is in read-only mode (no signer).

Implementation

bool get isReadOnly => _signer == null;