MethodProperty constructor

MethodProperty(
  1. String definition
)

Implementation

MethodProperty(String definition)
    : super(definition, ValueType.text, parser: _parse);