internal_models/internal_status_model library
Classes
- Status
- Represents a status model with an ID, current status flag, and status message.
Functions
-
convertStatusFromJson(
String? str) → String - Converts a nullable JSON string into a non-nullable JSON string representing a Status.
-
convertStatusListFromJson(
String? str) → String - Converts a nullable JSON string into a non-nullable JSON string representing a list of Status objects.
-
statusFromJson(
String str) → Status - Converts a JSON string into a Status object.
-
statusListFromJson(
String str) → List< Status> - Converts a JSON string into a list of Status objects.
-
statusListToJson(
List< Status> data) → String - Converts a list of Status objects into a JSON string.
-
statusToJson(
Status data) → String - Converts a Status object into a JSON string.