GotrueSubscription constructor

const GotrueSubscription({
  1. Subscription? data,
  2. GotrueError? error,
})

Implementation

const GotrueSubscription({this.data, GotrueError? error})
    : super(error: error);