menu
kiss_graph package
documentation
api/graph-node-api.openapi.dart
GraphNodeApiRouter
paramToInt method
paramToInt method
dark_mode
light_mode
paramToInt
method
@protected
int
paramToInt
(
List
<
String
>
value
)
inherited
Implementation
@protected int paramToInt(List<String> value) { return int.parse(value.first); }
kiss_graph package
documentation
api/graph-node-api.openapi
GraphNodeApiRouter
paramToInt method
GraphNodeApiRouter class