props property

  1. @override
List<Object?> props

Used for equality check, see EquatableMixin.

Implementation

@override
List<Object?> get props => [
      show,
      drawHorizontalLine,
      horizontalInterval,
      getDrawingHorizontalLine,
      checkToShowHorizontalLine,
      drawVerticalLine,
      verticalInterval,
      getDrawingVerticalLine,
      checkToShowVerticalLine,
    ];