toJson method

Map<String, dynamic> toJson()

Implementation

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