class Steep::Interface::Block

def to_optional

def to_optional
  self.class.new(
    type: type,
    optional: true
  )
end