equals property

  1. @override
Map<String, Object?> equals

Comparison objects

Implementation

@override
Map<String, Object?> get equals => <String, Object?>{
      ...super.equals,
      JsonKeys.clientId: clientId,
      JsonKeys.bindingId: bindingId,
      JsonKeys.showExpired: showExpired,
      JsonKeys.bindingType: bindingType,
      JsonKeys.language: language,
    };