toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (apiProxy != null) 'apiProxy': apiProxy!,
  if (name != null) 'name': name!,
  if (revisionCreateTime != null) 'revisionCreateTime': revisionCreateTime!,
  if (revisionId != null) 'revisionId': revisionId!,
  if (samplingConfig != null) 'samplingConfig': samplingConfig!,
  if (uid != null) 'uid': uid!,
};