FlightobjectResource class

Constructors

FlightobjectResource(ApiRequester client)

Properties

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

Methods

addmessage(AddMessageRequest request, String resourceId, {String? $fields}) Future<FlightObjectAddMessageResponse>
Adds a message to the flight object referenced by the given object ID.
get(String resourceId, {String? $fields}) Future<FlightObject>
Returns the flight object with the given object ID.
insert(FlightObject request, {String? $fields}) Future<FlightObject>
Inserts an flight object with the given ID and properties.
list({String? classId, int? maxResults, String? token, String? $fields}) Future<FlightObjectListResponse>
Returns a list of all flight objects for a given issuer ID.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(FlightObject request, String resourceId, {String? $fields}) Future<FlightObject>
Updates the flight object referenced by the given object ID.
toString() String
A string representation of this object.
inherited
update(FlightObject request, String resourceId, {String? $fields}) Future<FlightObject>
Updates the flight object referenced by the given object ID.

Operators

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