IconSchemaDto constructor

IconSchemaDto(
  1. String type,
  2. String? key,
  3. int iconPoint,
  4. String? color,
  5. double? size,
)

Implementation

IconSchemaDto(String type,String ?key, this.iconPoint, this.color, this.size)
    : super(type,key);