MdListDto class

Inheritance

Constructors

MdListDto({TextStyleDto? textStyle, TextStyleDto? item, TextStyleDto? itemMarker, double? itemMinIndent, double? itemMarkerTrailingSpace})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
item TextStyleDto?
final
itemMarker TextStyleDto?
final
itemMarkerTrailingSpace double?
final
itemMinIndent double?
final
props List<Object?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool
no setterinherited
textStyle TextStyleDto?
final

Methods

getDiff(EqualityMixin other) Map<String, String>
inherited
merge(covariant MdListDto? other) MdListDto
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(MixData mix) MdList
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

from(MdList style) MdListDto
maybeFrom(MdList? style) MdListDto?