hashCode property

  1. @override
int hashCode
override

Returns the hashCode of the ActivityRecord object.

Implementation

@override
int get hashCode {
  return Object.hash(
    dataType,
    accessType,
  );
}