getNestedNullableBoolList function
Get nested List with a nullable bool child. See getNestedBoolList.
Implementation
List getNestedNullableBoolList(int depth) =>
getNestedList<bool?>(depth: depth, valueList: <bool?>[]);
Get nested List with a nullable bool child. See getNestedBoolList.
List getNestedNullableBoolList(int depth) =>
getNestedList<bool?>(depth: depth, valueList: <bool?>[]);