fromBoolean static method

BooleanValue fromBoolean(
  1. bool value
)

Creates a new typed DataSchemaValue representing a boolean value.

Implementation

static BooleanValue fromBoolean(bool value) => BooleanValue._fromValue(value);