unit property

  1. @override
String? get unit
override

The unit of the value.

Implementation

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