isApply property

bool get isApply
inherited

Whether this record represents an apply operation.

Implementation

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