LocalUrlPreview class

A locally fetched Url Preview until it is submitted

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

description() String?
description text if any
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
hasImage() bool
whether this preview has an image
imageUrl() String?
The image url if any
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
title() String?
preview title if any
toString() String
A string representation of this object.
inherited
url() String
the canonical url to use

Operators

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