toBuilder method

BindingStyleBuilder toBuilder()

Implementation

BindingStyleBuilder toBuilder() {
  return BindingStyleBuilder(this);
}