internal_models/notification_token_update_model library
Classes
- UpdateTokenResponse
- Model class representing the updated tokens from the server.
Functions
-
convertTokenResponseToJson(
String? str) → String - Converts a nullable JSON string into a JSON string representation of an UpdateTokenResponse, or returns an empty string if null or empty.
-
updateTokenResponseFromJson(
String str) → UpdateTokenResponse - Parses a JSON string into an UpdateTokenResponse object.
-
updateTokenResponseToJson(
UpdateTokenResponse data) → String - Converts an UpdateTokenResponse object to a JSON string.