toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final byteCount = this.byteCount;
final createTime = this.createTime;
final eventType = this.eventType;
return {
'byteCount': ?byteCount,
'createTime': ?createTime,
'eventType': ?eventType,
};
}