hasRequiredFields method

bool hasRequiredFields()
inherited

Whether the message has required fields.

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

Implementation

bool hasRequiredFields() => info_.hasRequiredFields;