Identity constructor

const Identity({
  1. required String name,
  2. required String email,
})

Identity to use for reflogs.

Implementation

const Identity({required this.name, required this.email});