BoxBorderDto class

Inheritance
Annotations

Constructors

BoxBorderDto({BorderSideDto? top, BorderSideDto? bottom, BorderSideDto? left, BorderSideDto? right, BorderSideDto? start, BorderSideDto? end})
const
BoxBorderDto.fromSide(BorderSideDto? side)
const

Properties

bottom BorderSideDto?
final
end BorderSideDto?
final
hashCode int
The hash code for this object.
no setterinherited
isDirectional bool
no setter
isUniform bool
no setter
left BorderSideDto?
final
props List<Object?>
no setter
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start BorderSideDto?
final
stringify bool
no setterinherited
top BorderSideDto?
final

Methods

checkMergeType(BoxBorderDto other) Type?
getDiff(EqualityMixin other) Map<String, String>
inherited
merge(covariant BoxBorderDto? other) BoxBorderDto
Merges this object with other, returning a new object of type T.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(MixData mix) BoxBorder
override
toString() String
A string representation of this object.
inherited

Operators

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