deserializeAsync abstract method

Future deserializeAsync(
  1. String json,
  2. String targetType, {
  3. bool growable = false,
})

Implementation

Future<dynamic> deserializeAsync(
  String json,
  String targetType, {
  bool growable = false,
});