numToDouble property

dynamic get numToDouble

Implementation

get numToDouble => this is int ? this.toDouble() : num;