equals method

bool equals(
  1. ResponsiveSize other
)

Implementation

bool equals(ResponsiveSize other) => value == other.value;