Link class
A hypertext link.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageObjectId ↔ String?
-
If set, indicates this is a link to the specific page in this presentation
with this ID.
getter/setter pair
- relativeLink ↔ String?
-
If set, indicates this is a link to a slide in this presentation,
addressed by its position.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slideIndex ↔ int?
-
If set, indicates this is a link to the slide at this zero-based index in
the presentation.
getter/setter pair
- url ↔ String?
-
If set, indicates this is a link to the external web page at this URL.
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