6 lines
68 B
Dart
6 lines
68 B
Dart
![]() |
abstract class Character {
|
||
|
String? get id;
|
||
|
|
||
|
String? get name;
|
||
|
}
|