NsgDataDoubleField constructor

NsgDataDoubleField(
  1. String name, {
  2. int maxDecimalPlaces = 2,
})

Implementation

NsgDataDoubleField(String name, {this.maxDecimalPlaces = 2}) : super(name);