field property

MathExpr? get field

If this grammar is used to obtain a field, then the first entry of args has the field.

Implementation

MathExpr? get field => args.firstOrNull;