mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
6 lines
141 B
Dart
6 lines
141 B
Dart
|
/// Comunic mobile constants
|
||
|
///
|
||
|
/// @author Pierre Hubert
|
||
|
|
||
|
/// Data serialisation directory
|
||
|
const SERIALIZATION_DIRECTORY = "serialization";
|