LocalCustomDataModel class

Constructors

LocalCustomDataModel({String? description, String? image, String? url, String? title, String? translatedText})
LocalCustomDataModel.fromMap(Map map)

Properties

description String?
final
hashCode int
The hash code for this object.
no setterinherited
image String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
translatedText String?
getter/setter pair
url String?
final

Methods

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

Operators

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