toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (insertId != null) 'insertId': insertId!,
  if (logId != null) 'logId': logId!,
  if (resourceContainer != null) 'resourceContainer': resourceContainer!,
  if (timestamp != null) 'timestamp': timestamp!,
};