EntryUpdate constructor

EntryUpdate([
  1. dynamic updates(
    1. EntryUpdateBuilder b
    )
])

Implementation

factory EntryUpdate([Function(EntryUpdateBuilder b) updates]) = _$EntryUpdate;