userChoice property

Future<Map<String, dynamic>?> get userChoice

Implementation

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