encode method

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

Implementation

@override
String encode(data) => jsonEncode(data);