props property

  1. @override
List<Object?> get props

The type's equatable properties.

Implementation

@override
List<Object?> get props => [
      title,
      documentation,
      input,
      output,
      error,
    ];