factory RenameTableOptions.fromJson(Map<String, Object?> json) => RenameTableOptions( from: json['from'] as String, to: json['to'] as String, );