import 'package:jmap_dart_client/jmap/core/unsigned_int.dart'; class ThreadConstants { static final defaultLimit = UnsignedInt(20); }