isBare property

bool get isBare

Whether this is a bare/inherent extrinsic

Implementation

bool get isBare => type == ExtrinsicType.bare;