lambda property Null safety
Whether this method is a simple lambda expression.
May be null
to be inferred based on the value of body.
Implementation
bool? get lambda;
Whether this method is a simple lambda expression.
May be null
to be inferred based on the value of body.
bool? get lambda;