toJson method

Map<String, dynamic> toJson()

Implementation

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