Plugin Icon if
  • Code Tools

Dart Data Class

68 загрузок
Обновлено:
1 неделю назад
Версия:

0.3.3

Обзор
Версии

Обзор

This plugin is created for those who would like to have extra data manipulation methods in their data classes without having to write boilerplate code.

Check out Dart Data Class Pro, the improved version of this plugin.

This plugin can generate the following code:

  • Named Argument Constructor
  • copyWith: copies the instance and overrides the given parameters
  • toMap: converts your class into a map of Map<String, dynamic>
  • fromMap: constructs your class from a Map<String, dynamic> using the named argument constructor
  • all of the above with toString, equals (== operator), hashcode

Find out more on the project's Github page.

Not an official plugin.

Версии

Версия
Диапазон совместимости
Дата обновления
2025
0.3.3
243+
16.04.2025
Скачать
0.3.0
243+
29.03.2025
Скачать
2021
0.2.0
183+
05.08.2021
Скачать
Plugin ID:
andrasferenczi.dart-data-plugin
icon