userChoice property

Future<Map<String, dynamic>> userChoice

Implementation

Future<Map<String, dynamic>> get userChoice =>
    promiseToFutureAsMap(JS("", "#.userChoice", this));