FLUTTER_SET_WIDGET_PROPERTY_VALUE_IS_REQUIRED constant

RequestErrorCode const FLUTTER_SET_WIDGET_PROPERTY_VALUE_IS_REQUIRED

The value of the property cannot be removed, for example because the corresponding constructor argument is required, and the server does not know what default value to use.

Implementation

static const RequestErrorCode FLUTTER_SET_WIDGET_PROPERTY_VALUE_IS_REQUIRED =
    RequestErrorCode._('FLUTTER_SET_WIDGET_PROPERTY_VALUE_IS_REQUIRED');