get

.get key:{String}
from:{Map<String, Any>}
orelse:{Dynamic = DynamicValue(NOT_FOUND)}
-> Any

Return

value corresponding to the given key, or NOT_FOUND if the key is not present

Parameters

key

key to get the value of

from

dictionary to get the value from

orelse

value to return if the key is not present. If unset, false is returned.