toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (allowExisting != null) 'allowExisting': allowExisting!,
if (assets != null) 'assets': assets!,
if (requestId != null) 'requestId': requestId!,
};