data property

String? data
inherited

data A series of data points which are decimal values or codes separated by a single space (character u20). The special codes "E" (error), "L" (below detection limit) and "U" (above detection limit) are also defined for used in place of decimal values.

Implementation

String? get data => throw _privateConstructorUsedError;