hashCode property

  1. @override
int hashCode
override

Override for hashcode, dart.ui Jenkins based.

Implementation

@override
int get hashCode => Object.hashAll(<Object?>[
      android,
      androidWeb,
      fuchsia,
      fuchsiaWeb,
      iOS,
      iOSWeb,
      linux,
      linuxWeb,
      macOS,
      macOSWeb,
      windows,
      windowsWeb,
      overrideIsWeb,
    ]);