Thumbnail class

Represents a thumbnail in Microsoft Graph API.

Annotations
  • @JsonSerializable()

Constructors

Thumbnail.new({int? height, int? width, String? url})
Creates a new Thumbnail instance.
Thumbnail.fromJson(Map<String, dynamic> json)
Creates a Thumbnail instance from JSON data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height int?
The height of the thumbnail, in pixels.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
The URL used to fetch the thumbnail content.
final
width int?
The width of the thumbnail, in pixels.
final

Methods

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

Operators

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