PlainData.zero constructor

PlainData.zero()

empty data

Implementation

factory PlainData.zero() => PlainData('', Uint8List(0));