On this page:
class

8 Classes and Objects🔗

syntax

(class stx ...)

Identical to Racket’s class, except that it supports the following syntax for methods:

(method modifier name args
  body)
(method name args
  body)

… where modifier is one of the recognized method modifiers like public, augride, and so on.