toJson method

Map<String, dynamic> toJson()

Implementation

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