menu
fml package
documentation
datasources/transforms/subquery.dart
Query
Query.new constructor
Query.new constructor
dark_mode
light_mode
Query
constructor
Query
(
Model
parent
, {
String
?
id
,
String
?
source
,
String
?
target
,
})
Implementation
Query(Model parent, {String? id, this.source, this.target}) : super(parent, id);
fml package
documentation
datasources/transforms/subquery
Query
Query.new constructor
Query class