toJson method

Map<String, dynamic> toJson()

Implementation

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