equals method

  1. @override
bool equals(
  1. dynamic other
)
override

Implementation

@override
bool equals(other) => other is TextElement && super.equals(other);