LoginBody constructor

LoginBody({
  1. required String token,
})

Implementation

LoginBody({
  required this.token,
});