artifact 1.0.12
artifact: ^1.0.12 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});
}