frenda 0.0.1 copy "frenda: ^0.0.1" to clipboard
frenda: ^0.0.1 copied to clipboard

自动生成包含 `toJson`、`fromJson`、`copyWith`、`toString`、`operator ==` 以及 `hashCode` 方法的 Dart 类

example/main.dart

import 'user.dart';

void main() {
  final user = User(name: 'test');

  print(user.toJson());
  print(user.hashCode);
}
3
likes
0
points
13
downloads

Publisher

verified publisherdev.tatakai.top

Weekly Downloads

自动生成包含 `toJson`、`fromJson`、`copyWith`、`toString`、`operator ==` 以及 `hashCode` 方法的 Dart 类

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, flutter, source_gen

More

Packages that depend on frenda