LoginDTO constructor

LoginDTO({
  1. String? type,
  2. List<Token>? token,
})

Implementation

LoginDTO({this.type, this.token});