required property Null safety

bool required
inherited

required is a flag that indicates if the Field is required.

Implementation

bool get required => throw _privateConstructorUsedError;