toMap method

  1. @override
JsonMap toMap()

Implementation

@override
JsonMap toMap() => {
      'message': {'body': text}
    };