RegistrationSuccess constructor

RegistrationSuccess(
  1. String groupId,
  2. String userId,
  3. String token
)

Implementation

RegistrationSuccess(
	this.groupId,
	this.userId,
	this.token
	);