Hashes class

Represents file hashes in Microsoft Graph API.

Annotations
  • @JsonSerializable()

Constructors

Hashes.new({String? sha1Hash})
Creates a new Hashes instance.
Hashes.fromJson(Map<String, dynamic> json)
Creates a Hashes instance from JSON data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha1Hash String?
SHA1 hash of the file (if available).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this Hashes instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited