toJson method

Map<String, dynamic> toJson()

Implementation

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