CarePlanGqlRepository class Null safety

Constructors

CarePlanGqlRepository(GraphQLClient graphQLClient, Logger? logger)

Properties

carePlanUpdateStream Stream<BuiltList<StreamUpdate<CarePlan>>>
read-only
graphQLClient GraphQLClient
final
hashCode int
The hash code for this object.
read-onlyinherited
logger Logger?
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

getCarePlan({required String carePlanId}) Future<CarePlan?>
getCarePlans({int offset = 0, int limit = 200, Patient? subject}) Future<BuiltList<CarePlan>>
Retrieves all care plans for a user. Will return an empty list if no care plans exist or if the backend query failed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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