toYaml method

  1. @override
dynamic toYaml()
override

Implementation

@override
dynamic toYaml() => isInt ? valueNumber?.toInt() : valueNumber;