4 lines
78 B
Dart
4 lines
78 B
Dart
|
abstract class FieldDebuggable {
|
||
|
List<(String, String)> debugFieldList();
|
||
|
}
|