text property

  1. @override
String? get text
override

Text content, or null when the payload is binary.

Implementation

@override
String? get text => null;