props property
Identity only: two resources with the same key and group compare equal even when their labels, permissions, card or form have diverged. Use it to look a resource up, never to decide whether a refreshed schema differs from a cached one — it always will not.
Implementation
@override
List<Object?> get props => [key, group];