AvataaarClothes.blazerShirt constructor

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

Implementation

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