mock_annotation 1.2.1+2 copy "mock_annotation: ^1.2.1+2" to clipboard
mock_annotation: ^1.2.1+2 copied to clipboard

faker base mock annotation

example #

@Mock()
class ExampleEntity {
  const ExampleEntity({
    @required this.id,
    @required this.name,
  });

  final int id;
  final String name;
}
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

faker base mock annotation

Homepage

License

MIT (LICENSE)

Dependencies

faker

More

Packages that depend on mock_annotation