decode method

  1. @override
dynamic decode(
  1. String data
)
override

Implementation

@override
decode(String data) => jsonDecode(data);