TermsAndConditions constructor
TermsAndConditions({
- UserFacingMessage? content,
- UserFacingMessage? header,
Implementation
TermsAndConditions({this.content, this.header});