firexcode
xconvert
WithWarning
<
T
>
WithWarning constructor
WithWarning
firexcode
xconvert
WithWarning
<
T
>
WithWarning constructor
WithWarning class
Constructors
WithWarning
Properties
hashCode
result
runtimeType
warnings
Methods
noSuchMethod
toString
Operators
operator ==
WithWarning<
T
>
constructor
WithWarning<
T
>
(
T
result
,
List
<
Warning
>
warnings
)
Implementation
WithWarning(this.result, this.warnings);