Dumplie\Metadata\Schema\Field\DecimalField::__construct PHP Method

__construct() public method

public __construct ( mixed | null $default = null, boolean $nullable = true, array $options = [] )
$default mixed | null
$nullable boolean
$options array
    public function __construct($default = null, bool $nullable = true, array $options = [])
    {
        $this->nullable = $nullable;
        $this->default = $default;
        $this->options = $options;
    }