getValue property
T? Function(JsonObject)
getValue
final
Returns the value of the field from the provided JsonObject
.
Implementation
final T? Function(JsonObject) getValue;
Returns the value of the field from the provided JsonObject
.
final T? Function(JsonObject) getValue;