AvataaarClothes.blazerSweater constructor

const AvataaarClothes.blazerSweater([
  1. @Default(Colors.black) @ColorSerialiser() Color color
])

Implementation

const factory AvataaarClothes.blazerSweater(
        [@Default(Colors.black) @ColorSerialiser() Color color]) =
    AvataaarTypeClothesBlazerSweater;