toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final chunks = this.chunks;
  final eventTime = this.eventTime;
  final role = this.role;
  return {'chunks': ?chunks, 'eventTime': ?eventTime, 'role': ?role};
}