codeGenRequiredFieldForceCastExceptionMessage constant

String const codeGenRequiredFieldForceCastExceptionMessage

Implementation

static const codeGenRequiredFieldForceCastExceptionMessage =
    'The field you are accessing is not nullable but has a null value. '
    'It was marked as required (!) in your schema.graphql but the containing model class was initialized without setting its value.';