bindings: Stop using Nullable<T> in dictionary impl
Nullable<T> requires complete definition of T.
This could be a problem when we want to use forward declaration
to avoid cycler dependency. Stop using Nullable<T> and use flags
instead to implement hasXXX() methods.
BUG=
662403
Committed:
https://crrev.com/827df14d32e901f5b7fee5a4e8fb05a56754ef44
Cr-Commit-Position: refs/heads/master@{#431720}