Authentication constructor

Authentication({
  1. String? status,
  2. _Data? data,
})

Implementation

Authentication({this.status, this.data});