PaintProfile.fromJson constructor
PaintProfile.fromJson(
- List value
Implementation
factory PaintProfile.fromJson(List<dynamic> value) =>
PaintProfile(value.map((e) => e as num).toList());
factory PaintProfile.fromJson(List<dynamic> value) =>
PaintProfile(value.map((e) => e as num).toList());