Fields that were removed (only for update events).
List<String>? get removedFields => (updateDescription?['removedFields'] as List?)?.cast<String>();