class RuboCop::Cop::Sorbet::ForbidTStruct::Property

def nilable?

def nilable?
  type.start_with?("T.nilable(")
end