props property
override
The list of properties that will be used to determine whether two instances are equal.
Implementation
@override
List<Object?> get props => [
addQueryPrefix,
allowDots,
allowEmptyLists,
listFormat,
charset,
charsetSentinel,
delimiter,
encode,
encodeDotInKeys,
encodeValuesOnly,
format,
skipNulls,
strictNullHandling,
commaRoundTrip,
sort,
filter,
_serializeDate,
_encoder,
];