LoginResponse constructor

LoginResponse({
  1. Data? data,
  2. Meta? meta,
})

Implementation

LoginResponse({this.data, this.meta});