toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (byteItem != null) 'byteItem': byteItem!,
  if (table != null) 'table': table!,
  if (value != null) 'value': value!,
};