buildProp method

dynamic buildProp(
  1. String key, {
  2. dynamic argument,
})

Convenience method to resolve the value of a property.

Implementation

dynamic buildProp(String key, {dynamic argument}) =>
    spec.buildProp(key, argument: argument);