artifact 1.0.13
artifact: ^1.0.13 copied to clipboard
Data Modeling for the local madman
example/lib/example.dart
import 'package:artifact/artifact.dart';
@artifact
class Base {
final double baseValue;
const Base({this.baseValue = 0});
}