LoginModel constructor

const LoginModel(
  1. bool? error,
  2. String? message,
  3. String token
)

Implementation

const LoginModel(this.error, this.message, this.token);