toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {
  if (gcsDestination case final gcsDestination?)
    'gcsDestination': gcsDestination.toJson(),
  if (bigqueryDestination case final bigqueryDestination?)
    'bigqueryDestination': bigqueryDestination.toJson(),
  'predictionsFormat': predictionsFormat,
};