Constructor
Wrapper()
Wrapper()constructor(opening: Opening, closing: Closing, text: Text = '' as Text) {
super(opening, closing, text);
}Parameters
opening:Opening
opening:Openingclosing:Closing
closing:Closingtext:Text
text:TextReturns
Example usage
Last updated