Search class

Available Extensions
Annotations
  • @immutable

Constructors

const
Search.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
id int
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self Map<String, dynamic>
Represents the entire JSON body as a Map.
final
subType String
final
title String?
final
type String
final
url String
final

Methods

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

Operators

operator ==(covariant Search other) bool
The equality operator.
override