menu
json_api package
documentation
server.dart
RelationshipNotFound
RelationshipNotFound constructor
RelationshipNotFound constructor
dark_mode
light_mode
RelationshipNotFound
constructor
RelationshipNotFound
(
String
type
,
String
id
,
String
relationship
)
Implementation
RelationshipNotFound(this.type, this.id, this.relationship);
json_api package
documentation
server
RelationshipNotFound
RelationshipNotFound constructor
RelationshipNotFound class