Jul 13, 2022
yes, as i mentioned in the end of the article.. using this approach makes you lose the capability of using const constructor (dart feature) and this is important because const constructor makes difference in term of performance since it’s a compile time call action.