updateAll method

  1. @override
void updateAll(
  1. Tag update(
    1. String key,
    2. Tag value
    )
)
override

DO NOT USE

Implementation

@override
void updateAll(Tag Function(String key, Tag value) update) {
  value.updateAll(update);
}