ConstantValue constructor

ConstantValue({
  1. required dynamic value,
})

Implementation

ConstantValue({required this.value});