SearchFuelMetadata class abstract final

Fuel snippet.

Inheritance
Implemented types

Constructors

SearchFuelMetadata(int? timestamp, List<SearchFuelType> fuels, Attribution? attribution)
factory

Properties

attribution Attribution?
Attribution information.
no setter
fuels List<SearchFuelType>
Fuel list.
no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeFactory → StructFactory
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int?
Snippet update time as UNIX timestamp.
no setter

Methods

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

Operators

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

Static Properties

factory → StructFactory<SearchFuelMetadata>
final