mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 22:38:42 +00:00
5 lines
101 B
Dart
5 lines
101 B
Dart
/// Common data models required by our client and server.
|
|
library shared;
|
|
|
|
export 'src/models.dart';
|