menu
gql_link package
documentation
gql_link.dart
Link
concat method
concat method
dark_mode
light_mode
concat
method
Link
concat
(
Link
next
)
Adds
next
after this link
Implementation
Link concat( Link next, ) => Link.concat(this, next);
gql_link package
documentation
gql_link
Link
concat method
Link class