| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| class Chk extends core::Object /*hasConstConstructor*/ { | |
| const constructor •(core::Object? v, {required core::Object? id}) → self::Chk | |
| : assert(core::identical(v, id), "Not identical${(v, {id: id})}"), super core::Object::•() | |
| ; | |
| } | |
| static method main() → void | |
| ; |