codeGenRequiredFieldForceCastRecoverySuggestion constant

String const codeGenRequiredFieldForceCastRecoverySuggestion

Implementation

static const codeGenRequiredFieldForceCastRecoverySuggestion =
    'Please validate that the containing model class was initialized properly with all requried fields being initialized. '
    'This can happen when a nested model is returned but only its id field has been set';