FORMAT_INVALID_FILE constant

RequestErrorCode const FORMAT_INVALID_FILE

An "edit.format" request specified a FilePath which does not match a Dart file in an analysis root.

Implementation

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