update abstract method

void update(
  1. void updates(
    1. DataBuilder
    )
)

Implementation

void update(void Function(DataBuilder) updates);