Search class

Constructors

Search.fromJson(String source)
factory
Search.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
id int?
Unique identifier for the object.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtype String?
Object subtype.
final
title String?
The title for the object.
final
type String?
Object type.
final
url String?
URL to the object.
final

Methods

copyWith({int? id, String? title, String? url, String? type, String? subtype}) Search
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override