props property
The list of properties that will be used to determine whether two instances are equal.
Implementation
@override
List<Object> get props => [
server,
clientWeb,
clientFlutter,
clientApple,
clientAndroid,
clientGraphql,
clientRest,
consoleWeb,
consoleCli,
serverNodejs,
serverDeno,
serverPhp,
serverPython,
serverRuby,
serverDotnet,
serverDart,
serverKotlin,
serverSwift,
serverGraphql,
serverRest
];