0 purchases
ds json
Usage
class SomeApiResponse extends JsonMapObject {
late final String message = getString('message');
SomeApiResponse(data): super(data);
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.