nextId property

  1. @override
String nextId
override

Implementation

@override
String get nextId {
  _id = _id + BigInt.one;
  return _id.toString();
}