Hello everyone I\'m new to Flutter. I want to convert JSON data to a generic type in Flutter.
class ServiceResult { T result; String message; b