Future<String> get description async { final String description = await kMethodChannel .invokeMethod('NSError::getDescription', {'__this__': this}); return description; }