fromBoolean static method
Creates a new typed DataSchemaValue representing a boolean value
.
Implementation
static BooleanValue fromBoolean(bool value) => BooleanValue._fromValue(value);
Creates a new typed DataSchemaValue representing a boolean value
.
static BooleanValue fromBoolean(bool value) => BooleanValue._fromValue(value);