hasParams property
Whether create has parameters.
If false, we can treat it as a ValueGetter of T
.
Implementation
late final hasParams = !_createText.startsWith('() => ');
Whether create has parameters.
If false, we can treat it as a ValueGetter of T
.
late final hasParams = !_createText.startsWith('() => ');