build abstract method

SemanticsUpdate build()

Creates a SemanticsUpdate object that encapsulates the updates recorded by this object.

The returned object can be passed to PlatformDispatcher.updateSemantics to actually update the semantics retained by the system.

This object is unusable after calling build.

Implementation

SemanticsUpdate build();