props property

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

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

Implementation

@override
List<Object?> get props => [
  container,
  containerEffects,
  title,
  description,
  actions,
];