operator >= method

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

Implementation

bool operator >=(ModelType other) => other is ModelType<T>;