isApply property
bool
get
isApply
Whether this record represents an apply operation.
Implementation
bool get isApply => kind.name == 'apply';
Whether this record represents an apply operation.
bool get isApply => kind.name == 'apply';