menu
dimap package
documentation
protocol.dart
TextContent
create static method
create static method
dark_mode
light_mode
create
static method
TextContent
create
(
String
message
)
Implementation
static TextContent create(String message) => BaseTextContent.fromText(message);
dimap package
documentation
protocol
TextContent
create static method
TextContent class