ModelVideoUriFilter class

Filter class to make ModelVideoUri available to ModelQuery.filters.

ModelVideoUriModelQuery.filtersで利用できるようにするためのフィルタークラス。

Inheritance
Available Extensions
Annotations

Constructors

ModelVideoUriFilter()
Filter class to make ModelVideoUri available to ModelQuery.filters.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Type of class being handled.
no setteroverride

Methods

compare(dynamic a, dynamic b) int?
Comparison operator for sorting.
override
hasMatch(ModelQueryFilter filter, dynamic source) bool?
Returns whether or not source matches according to the contents of filter.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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