AuthResponse constructor

const AuthResponse(
  1. String status,
  2. int timestamp
)

Implementation

const factory AuthResponse(String status, int timestamp) = _AuthResponse;