statusFromJson function

Status statusFromJson(
  1. String str
)

name : "Delivered" color : {"text":"#009C19","background":"#D8FFD9"}

Implementation

Status statusFromJson(String str) => Status.fromJson(json.decode(str));