toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {
  if (containerDetail != null) 'containerDetail': containerDetail!.toJson(),
  if (customJobDetail != null) 'customJobDetail': customJobDetail!.toJson(),
};