base_dto 1.0.0 copy "base_dto: ^1.0.0" to clipboard
base_dto: ^1.0.0 copied to clipboard

discontinued
Dart 1 only

Basic Data Transfer Object

base_dto #

Basic Data Transfer Object, used to generalize objects to turn them in documents in NoSQL
Databases.

Usage #

A simple usage example:

import 'package:base_dto/base_dto.dart';

class MyClass extends BaseDTO {
	
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Basic Data Transfer Object

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on base_dto