operator < method

bool operator <(
  1. ResponsiveSize other
)

Implementation

bool operator <(ResponsiveSize other) => value < other.value;