BackendServiceBase class abstract

Constructors

BackendServiceBase()

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
assignTickets(ServiceCall call, AssignTicketsRequest request) Future<AssignTicketsResponse>
assignTickets_Pre(ServiceCall call, Future<AssignTicketsRequest> request) Future<AssignTicketsResponse>
fetchMatches(ServiceCall call, FetchMatchesRequest request) Stream<FetchMatchesResponse>
fetchMatches_Pre(ServiceCall call, Future<FetchMatchesRequest> request) Stream<FetchMatchesResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
releaseAllTickets(ServiceCall call, ReleaseAllTicketsRequest request) Future<ReleaseAllTicketsResponse>
releaseAllTickets_Pre(ServiceCall call, Future<ReleaseAllTicketsRequest> request) Future<ReleaseAllTicketsResponse>
releaseTickets(ServiceCall call, ReleaseTicketsRequest request) Future<ReleaseTicketsResponse>
releaseTickets_Pre(ServiceCall call, Future<ReleaseTicketsRequest> request) Future<ReleaseTicketsResponse>
toString() String
A string representation of this object.
inherited

Operators

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