decode method

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

Implementation

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