BookClubMemberApi class

DO NOT EDIT THIS FILE. TO ADJUST THIS CLASS, USE BookClubMemberApiMixin

The final API is constructed by:

  • taking the BookClubMemberApiBase class
  • applying a mixin BookClubMemberApiMixin ] (which allows us to inject other convenience functions) The mixin lives outside of the code generator, so it's used to do any manual tweaking
  • Applying the SignalingApiMixin, so events automatically propagate
Inheritance
Implemented types
Mixed in types

Constructors

BookClubMemberApi(ApiClient apiClient, ApiRegistry apis)

Properties

apiClient → ApiClient
final
apis → ApiRegistry
A reference back to the api registry
finalinherited
hashCode int
The hash code for this object.
no setterinherited
mtype → MSchemaRef
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone(IBookClubMember source) IBookClubMember
Copies values from one entity into another. This clone operation is important because it allows
inherited
create(IBookClubMember bookClubMember) Future<IBookClubMember>
override
delete(String id) Future<DeleteResponse>
override
initialize(IBookClubMember entity) IBookClubMember
inherited
instantiate([dynamic json]) IBookClubMember
inherited
keyToId(MKey? key) String?
inherited
list({double? limit, double? offset}) Future<IBookClubMemberList>
override
load(String id) Future<IBookClubMember>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
takeFrom(IBookClubMember source, IBookClubMember target) → void
Copies all data from source into target. Used when you want to maintain a reference to target, but want to inject new values from source
inherited
toString() String
A string representation of this object.
inherited
update(String id, IBookClubMember bookClubMember) Future<ChangeResult>
override

Operators

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