GotrueResponse constructor

const GotrueResponse({
  1. dynamic rawData,
  2. GotrueError? error,
  3. int? statusCode,
})

Implementation

const GotrueResponse({this.rawData, this.error, this.statusCode});