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

Data Modeling for the local madman

example/lib/example.dart

import 'package:artifact/artifact.dart';

@artifact
class MySecureModel {
  final int age;
  final String name;

  @encrypt
  final String ssn;

  @encrypt
  final String address;

  const MySecureModel({
    this.age = 0,
    this.name = "",
    this.ssn = "",
    this.address = "",
  });
}

void main() {}
0
likes
0
points
612
downloads

Publisher

verified publisherarcane.art

Weekly Downloads

Data Modeling for the local madman

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

fast_log, json_compress, toml, toon_format, toxic, xml, yaml, yaml_edit

More

Packages that depend on artifact