TermsData class

Constructors

TermsData({int position = 0, String orderStyle = '', List<TermsSpan> title = const [], List<TermsSpan> text = const [], List<TermsData> children = const []})
const
TermsData.from(Object? source)
factory

Properties

children List<TermsData>
final
hashCode int
The hash code for this object.
no setterinherited
isLowerAlphabetOrder bool
no setter
isLowerGreekOrder bool
no setter
isLowerRomanOrder bool
no setter
isNumberOrder bool
no setter
isSequenceOrder bool
no setter
isUpperAlphabetOrder bool
no setter
isUpperGreekOrder bool
no setter
isUpperRomanOrder bool
no setter
json Map<String, dynamic>
no setter
orderFontSize double?
no setter
orderFontStyle FontStyle?
no setter
orderFontWeight FontWeight?
no setter
orderStyle String
final
orderTextDecoration TextDecoration?
no setter
position int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text List<TermsSpan>
final
title List<TermsSpan>
final

Methods

copyWith({int? position, String? orderStyle, List<TermsSpan>? title, List<TermsSpan>? text, List<TermsData>? children}) TermsData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited