ConstantValue constructor

const ConstantValue(
  1. Object? value
)

Implementation

const ConstantValue(this.value) : super();