props property
The list of properties that constitute the state of this BorderSideDto.
This property is used by the == operator and the hashCode getter to
compare two BorderSideDto instances for equality.
Implementation
@override
List<Object?> get props => [
_$this.color,
_$this.strokeAlign,
_$this.style,
_$this.width,
];