@get


Description:

public YamlValue? @get (string key)

Returns a child value by key (for mappings).

Parameters:

key

mapping key.

Returns:

child YamlValue, or null if key not found or not a mapping.