Properties
-
$name
→ String
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$addMethod(ServiceMethod method)
→ void
-
inherited
-
$lookupMethod(String name)
→ ServiceMethod?
-
inherited
-
$onMetadata(ServiceCall context)
→ void
-
Client metadata handler.
inherited
-
createPage(ServiceCall call, CreatePageRequest request)
→ Future<Page>
-
-
createPage_Pre(ServiceCall call, Future<CreatePageRequest> request)
→ Future<Page>
-
-
deletePage(ServiceCall call, DeletePageRequest request)
→ Future<Empty>
-
-
deletePage_Pre(ServiceCall call, Future<DeletePageRequest> request)
→ Future<Empty>
-
-
getPage(ServiceCall call, GetPageRequest request)
→ Future<Page>
-
-
getPage_Pre(ServiceCall call, Future<GetPageRequest> request)
→ Future<Page>
-
-
listPages(ServiceCall call, ListPagesRequest request)
→ Future<ListPagesResponse>
-
-
listPages_Pre(ServiceCall call, Future<ListPagesRequest> request)
→ Future<ListPagesResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updatePage(ServiceCall call, UpdatePageRequest request)
→ Future<Page>
-
-
updatePage_Pre(ServiceCall call, Future<UpdatePageRequest> request)
→ Future<Page>
-