class Protobuf::Field::BaseField

def optional?

Is this a optional field?
def optional?
  !! @optional
end