15 lines
514 B
Dart
15 lines
514 B
Dart
/*
|
|
* This file is part of the Protevus Platform.
|
|
*
|
|
* (C) Protevus <developers@protevus.com>
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
/// This library exports the 'object' module from the Protevus OpenAPI package.
|
|
/// It provides access to the object-related functionality defined in the
|
|
/// 'src/object.dart' file of the 'protevus_openapi' package.
|
|
library object;
|
|
|
|
export 'package:protevus_openapi/src/object.dart';
|