isReadOnly property

bool isReadOnly

True if Signer is attached to contract.

Implementation

bool get isReadOnly => contract.signer == null;