Login constructor Null safety

Login(
  1. String result,
  2. Token token
)

Implementation

Login(this.result, this.token);