BreakCompletion

Inherit from Completion

Primary key: id: int

schema BreakCompletion extends Completion {
  @primary id: int,
  name: string
}

BreakCompletion::getValue

pub fn getValue(self: BreakCompletion) -> int;

BreakCompletion::__all__

Data constraint method.

pub fn __all__() -> *BreakCompletion;

BreakCompletion::getName

pub fn getName(self: BreakCompletion) -> string;