Identity constructor

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

Implementation

const Identity({required this.identity});