closed property

Implementation

Future<MediaKeySessionClosedReason> get closed async =>
    MediaKeySessionClosedReason.fromValue(
        await js_util.promiseToFuture(js_util.getProperty(this, 'closed')));