operator > method

bool operator >(
  1. Object other
)

Implementation

bool operator >(Object other) => value > _resolve(other);