value property

String value

Returns String that represents HttpMethod

example:

HttpMethod.post.value == "POST"

Implementation

String get value => _value;