toJson method

  1. @override
Object toJson()
override

Implementation

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