operator < method

bool operator <(
  1. ModelType<Model> other
)

Implementation

bool operator <(ModelType other) => other >= this && !(this >= other);