menu
tetris_engine package
documentation
models/cell.dart
Cell
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { 'filled': filled, 'type': type?.index, };
tetris_engine package
documentation
models/cell
Cell
toJson method
Cell class