MimirInterface class

The interface of the API to interact with mimir

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

and(List<Filter> filters) Filter
Creates an "and" Filter of the given sub-filters.
getInstance({required String path, required ExternalLibrary library}) Future<MimirInstance>
Creates a MimirInstance from the given path and library
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
not(Filter filter) Filter
Creates a "not" Filter of the given sub-filter.
or(List<Filter> filters) Filter
Creates an "or" Filter of the given sub-filters.
toString() String
A string representation of this object.
inherited
where(String field, {String? isEqualTo, String? isNotEqualTo, String? isGreaterThanOrEqualTo, String? isLessThanOrEqualTo, String? isGreaterThan, String? isLessThan, bool? exists, bool? isNull, bool? isEmpty, List<String>? containsAtLeastOneOf, (String, String)? isBetween}) Filter
Creates a Filter in a declarative manner. Simply wraps around the underlying Filter API to make it easier to use.

Operators

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