ThumbnailSet class

Represents a collection of thumbnails in Microsoft Graph API.

Annotations
  • @JsonSerializable()

Constructors

ThumbnailSet.new({Thumbnail? small, Thumbnail? medium, Thumbnail? large})
Creates a new ThumbnailSet instance.
ThumbnailSet.fromJson(Map<String, dynamic> json)
Creates a ThumbnailSet instance from JSON data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
large Thumbnail?
A thumbnail of large size.
final
medium Thumbnail?
A thumbnail of medium size.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
small Thumbnail?
A thumbnail of small size.
final

Methods

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

Operators

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