result property

  1. @BuiltValueField(wireName: r'result')
String? result

The result of the api operation.

Implementation

@BuiltValueField(wireName: r'result')
String? get result;