NoOpContentProvider class final

Inheritance

Constructors

NoOpContentProvider()

Properties

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

Methods

dispose() Future<void>
override
fetchById<T>(String id, {required FromJsonConverter<T> fromJson}) Future<T?>
override
fetchMultiple<T>(String query, {required FromJsonConverter<T> fromJson, Map<String, String>? queryParams}) Future<List<T>?>
override
fetchRoute({String? path, String? routeId}) Future<RouteBase?>
override
fetchSingle<T>(String query, {required FromJsonConverter<T> fromJson, Map<String, String>? queryParams}) Future<T?>
override
fieldValue(String key, Map<String, dynamic> json) String
override
image(ImageReference imageRef, {int? width, int? height, int? devicePixelRatio, int? quality, String? format}) ImageProvider<Object>?
override
init() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
schemaType(Map<String, dynamic> json) String
override
toString() String
A string representation of this object.
inherited

Operators

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