menu
aptos package
documentation
models/table_item.dart
TableItem
TableItem constructor
TableItem constructor
dark_mode
light_mode
TableItem
constructor
TableItem
(
String
keyType
,
String
valueType
,
dynamic
key
)
Implementation
TableItem(this.keyType, this.valueType, this.key);
aptos package
documentation
models/table_item
TableItem
TableItem constructor
TableItem class