unit property

  1. @override
String? unit
override

The unit of the value.

Implementation

@override
String? get unit => dataSchema?.unit;