MaxColumnWidth class Null safety

Implemented types

Constructors

MaxColumnWidth(TableColumnWidth a, TableColumnWidth b)
const
factory
MaxColumnWidth.fromJson(Map<String, dynamic> json)
factory

Properties

a TableColumnWidth
read-only
b TableColumnWidth
read-only
copyWith → _$$MaxColumnWidthCopyWith<_$MaxColumnWidth>
@JsonKey(ignore: true), read-only
hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

map<TResult extends Object?>({required TResult intrinsic(IntrinsicColumnWidth value), required TResult fixed(FixedColumnWidth value), required TResult fraction(FractionColumnWidth value), required TResult flex(FlexColumnWidth value), required TResult max(MaxColumnWidth value), required TResult min(MinColumnWidth value)}) → TResult
@optionalTypeArgs, inherited
mapOrNull<TResult extends Object?>({TResult? intrinsic(IntrinsicColumnWidth value)?, TResult? fixed(FixedColumnWidth value)?, TResult? fraction(FractionColumnWidth value)?, TResult? flex(FlexColumnWidth value)?, TResult? max(MaxColumnWidth value)?, TResult? min(MinColumnWidth value)?}) → TResult?
@optionalTypeArgs, inherited
maybeMap<TResult extends Object?>({TResult intrinsic(IntrinsicColumnWidth value)?, TResult fixed(FixedColumnWidth value)?, TResult fraction(FractionColumnWidth value)?, TResult flex(FlexColumnWidth value)?, TResult max(MaxColumnWidth value)?, TResult min(MinColumnWidth value)?, required TResult orElse()}) → TResult
@optionalTypeArgs, inherited
maybeWhen<TResult extends Object?>({TResult intrinsic(double? flex)?, TResult fixed(double value)?, TResult fraction(double value)?, TResult flex(double value)?, TResult max(TableColumnWidth a, TableColumnWidth b)?, TResult min(TableColumnWidth a, TableColumnWidth b)?, required TResult orElse()}) → TResult
@optionalTypeArgs, inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult intrinsic(double? flex), required TResult fixed(double value), required TResult fraction(double value), required TResult flex(double value), required TResult max(TableColumnWidth a, TableColumnWidth b), required TResult min(TableColumnWidth a, TableColumnWidth b)}) → TResult
@optionalTypeArgs, inherited
whenOrNull<TResult extends Object?>({TResult? intrinsic(double? flex)?, TResult? fixed(double value)?, TResult? fraction(double value)?, TResult? flex(double value)?, TResult? max(TableColumnWidth a, TableColumnWidth b)?, TResult? min(TableColumnWidth a, TableColumnWidth b)?}) → TResult?
@optionalTypeArgs, inherited

Operators

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