userChoice property Null safety

Future<Map<String, dynamic>?> userChoice

Implementation

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