Ravi Teja Gudapati

Results 77 comments of Ravi Teja Gudapati

Could you send a pull request of your changes?

@rubiktubik `Duration`s will be supported in version `4.x.x` which is being worked on.

Use `ignore` to ignore duration field and add string getter and setter that will actually sets the duration field is one idea.

@linuxjet I will take a look.

This has been implemented in https://github.com/Jaguar-dart/jaguar_orm/commit/fc7f452f31e450257b4500e7251ffd20f5109587. Please test it and let me know if you face any problems. Thanks!

This will not be supported.

Jaguar supports immutable fields. Not immutable models. One can have immutable models if there are no relations. If there are relations, we have to set fields to associate them. If...

I think in general immutable models are awesome. But I do not agree with making the api and generation complex to get complete immutability. I have never used build_value and...