EventGadget class

A gadget that extends this event.

Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.

Constructors

EventGadget({String? display, int? height, String? iconLink, String? link, Map<String, String>? preferences, String? title, String? type, int? width})
EventGadget.fromJson(Map json_)

Properties

display String?
The gadget's display mode.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
The gadget's height in pixels.
getter/setter pair
The gadget's icon URL.
getter/setter pair
The gadget's URL.
getter/setter pair
preferences Map<String, String>?
Preferences.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The gadget's title.
getter/setter pair
type String?
The gadget's type.
getter/setter pair
width int?
The gadget's width in pixels.
getter/setter pair

Methods

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

Operators

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