KPreviewMetaData class

Constructors

KPreviewMetaData({String title = '', String imageUrl = '', String description = '', String siteName = '', String mediaType = '', String favicon = ''})
KPreviewMetaData.fromJSon(Map json)
factory

Properties

description String
final
favicon String
final
hashCode int
The hash code for this object.
no setterinherited
imageUrl String
final
mediaType String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteName String
final
title String
final

Methods

copyWith({String? title, String? imageUrl, String? description, String? siteName, String? mediaType, String? favicon}) KPreviewMetaData
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