formatType property
FormatType
get
formatType
The general type of the format, whether it's Uint data, Int data, or Float data (regardless of precision).
Implementation
FormatType get formatType => data?.formatType ?? FormatType.uint;