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

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

example/main.dart

import 'simple.dart';

void main() {
  final simple = Simple(firstField: 'first');
  print(simple.toString());

  /// output:
  /// Simple(firstField: first, secondField: 10, third_field: null)
}
3
likes
115
points
15
downloads

Publisher

verified publisherdev.tatakai.top

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, flutter, source_gen

More

Packages that depend on frenda