stringContent property

String get stringContent

Returns the data as string

Implementation

String get stringContent => convert.utf8.decode(data);