Color.fromRawJson constructor

Color.fromRawJson(
  1. String str
)

Implementation

factory Color.fromRawJson(String str) => Color.fromJson(json.decode(str));