bytes property

  1. @optional
String? bytes
getter/setter pair

The bytes of a TypedData instance.

The data is provided as a Base64 encoded string.

Provided for instance kinds:

  • Uint8ClampedList
  • Uint8List
  • Uint16List
  • Uint32List
  • Uint64List
  • Int8List
  • Int16List
  • Int32List
  • Int64List
  • Float32List
  • Float64List
  • Int32x4List
  • Float32x4List
  • Float64x2List

Implementation

@optional
String? bytes;