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