toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (byteCount != null) 'byteCount': byteCount!,
if (createTime != null) 'createTime': createTime!,
if (eventType != null) 'eventType': eventType!,
};