infoParams property

  1. @override
Map<String, String>? infoParams
override

Implementation

@override
Map<String, String>? get infoParams => <String, String>{
      'markRead': _markRead.toString(),
    };