LoginResponse constructor

LoginResponse({
  1. ResponseError? error,
})

Builds an LoginResponse

An optional error can be provided

Implementation

LoginResponse({super.error});