IdentityModel constructor

const IdentityModel({
  1. required int id,
})

Implementation

const IdentityModel({required this.id});