enterMissingField constant

String const enterMissingField

Implementation

static const String wentWrong = 'Something went wrong, please try again',
    notLocate =
        'The server could not locate the requested content, please try again',
    internalError = 'Internal server error, please try again',
    resourceError = 'Resource not found, please try again',
    enterMissingField = 'Please enter missing fields',
    noNetwork = 'Check your internet connection and try again',
    noData = 'Data not available';