MatchedDeveloperMetadata class

A developer metadata entry and the data filters specified in the original request that matched it.

Constructors

MatchedDeveloperMetadata({List<DataFilter>? dataFilters, DeveloperMetadata? developerMetadata})
MatchedDeveloperMetadata.fromJson(Map json_)

Properties

dataFilters List<DataFilter>?
All filters matching the returned developer metadata.
getter/setter pair
developerMetadata DeveloperMetadata?
The developer metadata matching the specified filters.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited

Operators

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