Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure HiveLists are treated as non-nullable in hive_generator (#728)
* Replaced ?. operator with . operator Resolves error "The argument type 'HiveList<T>?' can't be assigned to the parameter type 'HiveList<T>'. Closes issue #664. * Ensuring nullable HiveLists are properly generated Co-authored-by: Misir Jafarov <[email protected]>
- Loading branch information