Latin1Data constructor

Latin1Data(
  1. Uint8List? value
)

Creates a Latin1Data instance from raw bytes data. @param value the underlying data

Implementation

//@return a `Latin1Data` instance
///
Latin1Data(this.value);