toJson method

Map<String, dynamic> toJson()

Implementation

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