CodingApi class abstract
- Implementers
Properties
Methods
-
createOrModifyCoding(
Coding coding) → Future< Coding?> - Create or update a Coding
-
createOrModifyCodings(
List< Coding> coding) → Future<List< Coding> ?> - Create or update a batch of Coding
-
filterCoding(
Filter< Coding> filter, {String? nextCodingId, int? limit}) → Future<PaginatedListCoding?> -
Load codings from the database by filtering them using the provided
filter
. -
getCoding(
String codingId) → Future< Coding?> - Get a Coding
-
matchCoding(
Filter filter) → Future< List< String> ?> -
Load coding ids from the database by filtering them using the provided
filter
. -
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