toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final byteItem = this.byteItem;
  final table = this.table;
  final value = this.value;
  return {'byteItem': ?byteItem, 'table': ?table, 'value': ?value};
}