eager property

bool? eager
final

A hint to the backend whether eager compilation is recommended. (the actual compilation mode used is upon backend discretion).

Implementation

final bool? eager;