AuthResponse constructor

const AuthResponse({
  1. required String kind,
})

Implementation

const AuthResponse({required this.kind});