SORT_MEMBERS_INVALID_FILE constant

RequestErrorCode const SORT_MEMBERS_INVALID_FILE

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

Implementation

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