props property

  1. @override
List<Object?> get props
inherited

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,
    ];