ENAMETOOLONG property

int ENAMETOOLONG

File name too long

Implementation

// ignore: non_constant_identifier_names
static int get ENAMETOOLONG =>
    _platform((_Codes codes) => codes.enametoolong);