Identity constructor

const Identity({
  1. required String identifier,
})

Implementation

const Identity({
  required this.identifier,
});