Identifier constructor

Identifier({
  1. String? id,
})

Implementation

Identifier({String? id}) : id = id ?? Uuid().v4();