menu
Dart
dart:core
Match
operator [] abstract method
operator []
dark_mode
light_mode
描述
operator []
抽象方法
String
?
operator []
(
int
group
)
由给定
group
匹配的字符串。
如果
group
为 0,返回模式的匹配。
是
Match.group
的简写。
实现
String? operator [](int group);
Dart
dart:core
匹配
数组索引运算符抽象方法
匹配类
Cookie 管理控件