$rich static method
Implementation
static $Value? $rich(Runtime runtime, $Value? target, List<$Value?> args) {
return $Text.wrap(Text.rich(
args[0]!.$value,
key: args[1]?.$value,
style: args[2]?.$value,
));
}
static $Value? $rich(Runtime runtime, $Value? target, List<$Value?> args) {
return $Text.wrap(Text.rich(
args[0]!.$value,
key: args[1]?.$value,
style: args[2]?.$value,
));
}