toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (utf8Bytes != null) 'utf8Bytes': utf8Bytes!,
      if (utf8Raw != null) 'utf8Raw': utf8Raw!,
    };