MdListUtil<T extends dynamic> class
- Inheritance
-
- Object
- MixUtility<
T, MdListDto> - DtoUtility<
T, MdListDto, MdList> - MdListUtil
Constructors
- MdListUtil(T builder(MdListDto))
-
const
Properties
- builder → T Function(MdListDto)
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
item
→ TextStyleUtility<
T> -
no setter
-
itemMarker
→ TextStyleUtility<
T> -
no setter
-
itemMarkerTrailingSpace
→ DoubleUtility<
T> -
no setter
-
itemMinIndent
→ DoubleUtility<
T> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
textStyle
→ TextStyleUtility<
T> -
no setter
Methods
-
as(
MdList value) → T -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
only(
{TextStyleDto? textStyle, TextStyleDto? item, TextStyleDto? itemMarker, double? itemMinIndent, double? itemMarkerTrailingSpace}) → T -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited