Dart Documentation
›
utils
›
LinkedEntry
LinkedEntry
class
Hide inherited
class LinkedEntry { LinkedEntry _next = null; var _obj; }