Closed iamarnas closed 3 years ago
@iamarnas thank you very much :slightly_smiling_face:
@hiranthaR Np ;), hope you like it. I have a question. Are _generateClassDefinition();
from the model_generator.ts
are main function which convert json
file and provide result to file?
What's news...
Bug
Array of arrays are now supported:
toString method
Added
toString()
method to improve the debugging experience.copyWith method
copyWith()
method will make your life easier with@immutable
classes.Equality Operator
Added equality operator
==
with less boilerplate syntax. It good if someone want create mutable classes like Equatable support only immutable classes. It give more flexibility for developers.@override int get hashCode => hashValues(userId, id, title, completed);