DecimalDataEntity constructor

DecimalDataEntity([
  1. num? value
])

Creates a new DecimalDataEntity Object

Implementation

DecimalDataEntity([num? value]) : super(value?.toDouble());