newId static method

String newId()

Implementation

static String newId() =>
    'bp_${DateTime.now().microsecondsSinceEpoch}_${_seq++}';