artifact 1.0.14 copy "artifact: ^1.0.14" to clipboard
artifact: ^1.0.14 copied to clipboard

Data Modeling for the local madman

example/lib/example.dart

import 'package:artifact/artifact.dart';

@Artifact(generateSchema: true)
class Base {
  final double baseValue;
  final Other other;

  const Base({this.baseValue = 0, this.other = const Other()});
}

@Artifact(generateSchema: true)
class Other {
  final String name;
  final int age;

  const Other({this.name = "", this.age = 0});
}
0
likes
130
points
770
downloads

Publisher

verified publisherarcane.art

Weekly Downloads

Data Modeling for the local madman

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

fast_log, toxic

More

Packages that depend on artifact