EvalContextVar constructor

EvalContextVar({
  1. required String variable,
})

Implementation

EvalContextVar({required this.variable});