menu
nobody package
documentation
excel/cell.dart
Cell
get<T> method
get<T> method
dark_mode
light_mode
get<
T
>
method
T?
get
<
T
>(
)
Implementation
T? get<T>() => data?.value as T?;
nobody package
documentation
excel/cell
Cell
get<T> method
Cell class