props property

  1. @override
List<Object?> get props

The properties based on which equality and hash code are computed.

Implementation

@override
List<Object?> get props => [id, segments, initial];