Identifier constructor

Identifier({
  1. required int id,
})

Implementation

Identifier({required this.id});