required property

bool? get required

Implementation

bool? get required => (_$data['required'] as bool?);