buildProp method
Convenience method to resolve the value of a property.
Implementation
dynamic buildProp(String key, {dynamic argument}) =>
spec.buildProp(key, argument: argument);
Convenience method to resolve the value of a property.
dynamic buildProp(String key, {dynamic argument}) =>
spec.buildProp(key, argument: argument);