toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {
  if (gcsDestination != null) 'gcsDestination': gcsDestination!.toJson(),
  if (bigqueryDestination != null)
    'bigqueryDestination': bigqueryDestination!.toJson(),
  'predictionsFormat': predictionsFormat,
};