hasRequiredFields property

bool hasRequiredFields
getter/setter pair

Whether the message has required fields.

Note that proto3 doesn't have required fields, only proto2 does.

Implementation

bool hasRequiredFields = true;