UUID
Codegen optionally support uuid crate with feature uuid.
| 🦀 Rust | 🎯 Dart |
|---|---|
Uuid | UuidValue see package uuid |
⚠️ Please note that you need to add package uuid to your Dart/Flutter dependencies in pubspec.yaml as well.
💡 Vec<Uuid> implementation detail : all the uuids get concatenated as a single array of bytes for performance optimization.