ListState._({...})
This is a private named constructor that means you can't instantiate this class object from outside the current library.
const ListState.loading() : this._();
This is also a named constructor (not private though) and here this._())
is simply delegating the call to the private named constructor.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…