isApply property

bool get isApply

Whether this record represents an apply operation.

Implementation

bool get isApply => kind.name == 'apply';