SchemaDocumentValueExt extension Null safety
SchemaDocumentValueExt
Extension on the SchemaDocumentValue class which provides a useful suite of methods to manage user generated data.
Methods
-
getValue<
T> () → T? - Description
-
isMatchingType<
T> (T value) → bool - Description
-
setValue<
T> (T v) → T?