internal_models/available_features_model library

Classes

AvailableFeatures
Provides functionality to parse and manage available features from JSON.

Functions

availableFeaturesFromJson(String str) AvailableFeatures
Converts a JSON string into an AvailableFeatures object.
availableFeaturesMapToJson(String str) String
Converts a JSON string to a JSON string representation of an AvailableFeatures object.
availableFeaturesToJson(AvailableFeatures data) String
Converts an AvailableFeatures object to a JSON string.
convertAvailableFeaturesToJson(String? str) String
Converts a nullable JSON string to a JSON string representation of an AvailableFeatures object, or an empty string if null or empty.