FloatValue constructor

FloatValue({
  1. double value = 0,
})

Implementation

FloatValue({this.value = 0}) : super(fullyQualifiedName);