Promise<T> constructor
Promise<T> ({})
Implementation
Promise({
required this.promise,
required this.onResolve,
this.loading,
this.onReject,
super.id,
super.attributes,
super.style,
super.className,
}) : super(tag: 'div');