WebMetadata class

Constructors

WebMetadata({required String url, required String title, String? description, required List<String> images, required List<String> favicons})
const
WebMetadata.fromMap(Map<String, dynamic> map)
factory

Properties

description String?
final
favicons List<String>
final
hashCode int
The hash code for this object.
no setterinherited
images List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
url String
final

Methods

copyWith({String? url, String? title, String? description, List<String>? images, List<String>? favicons}) WebMetadata
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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