toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (cloudSqlMigrationConfig != null)
    'cloudSqlMigrationConfig': cloudSqlMigrationConfig!,
  if (createTime != null) 'createTime': createTime!,
  if (endTime != null) 'endTime': endTime!,
  if (name != null) 'name': name!,
  if (phase != null) 'phase': phase!,
  if (state != null) 'state': state!,
  if (stateMessage != null) 'stateMessage': stateMessage!,
};