Creates a command from a code and typed data builder.
factory AtemCommand.from(String code, Uint8List Function() buildData) { return _AtemCommandImpl(code, buildData()); }