Decimal constructor

Decimal({
  1. String value = '',
})

Implementation

Decimal({this.value = ''}) : super(fullyQualifiedName);