ContentSearchMatch class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

ContentSearchMatch({String? id, String? url, String? name, double? lat, double? lon, double? score, String? ext, DateTime? lastModified, DateTime? date, List<String>? highlights})
ContentSearchMatch.fromJson(Map<String, dynamic> json)
factory

Properties

date DateTime?
getter/setter pair
ext String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highlights List<String>?
getter/setter pair
id String?
getter/setter pairinherited
lastModified DateTime?
getter/setter pair
lat double?
getter/setter pairinherited
lon double?
getter/setter pairinherited
name String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double?
getter/setter pair
url String?
getter/setter pairinherited

Methods

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

Operators

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

Static Methods

listFromJson(List json) List<ContentSearchMatch>
override
mapFromJson(Map<String, dynamic> json) Map<String, ContentSearchMatch>
override