DynamicValue<T> constructor

DynamicValue<T>({
  1. required DynamicValueSourceType sourceType,
  2. required String sourceAttribute,
  3. bool inherit = false,
})

Implementation

DynamicValue(
    {required this.sourceType,
    required this.sourceAttribute,
    this.inherit = false});