Builder.immutable_new
Description:
[ CCode ( cname = "json_builder_new_immutable" , has_construct_function = false ) ]
[ Version ( since = "1.2" ) ]
public Builder.immutable_new ()
[ Version ( since = "1.2" ) ]
public Builder.immutable_new ()
Creates a new, immutable `JsonBuilder` instance.
It is equivalent to setting the [property@Json.Builder:immutable] property set to `TRUE` at construction time.
Returns:
the newly create builder instance |