IdentityResponse constructor

IdentityResponse({
  1. required String height,
  2. required Result result,
})

Implementation

IdentityResponse({
  required this.height,
  required this.result,
});