menu
setonix_server
setonix_server.dart
TableCellMapper
fromJson static method
fromJson
dark_mode
light_mode
fromJson
static method
TableCell
fromJson
(
String
json
)
Implementation
static TableCell fromJson(String json) { return ensureInitialized().decodeJson<TableCell>(json); }
setonix_server
setonix_server
TableCellMapper
fromJson static method
TableCellMapper class