model/register_model library

Classes

Config
Represents the configuration data associated with a user.
Data
Represents the data associated with a user.
RegisterModel
A model representing the registration details of a user.
Turn
Represents the TURN server details.

Functions

registerModelFromJson(String str) RegisterModel
Converts a JSON string into a RegisterModel object.
registerModelToJson(RegisterModel data) String
Converts a RegisterModel object into a JSON string.