simple_json icon indicating copy to clipboard operation
simple_json copied to clipboard

null crashes as Map

Open sgehrman opened this issue 4 years ago • 0 comments

status: mapper
    .deserialize<LabelROModel>(json['status'] as Map<String, dynamic>),

this line crashes if status is null

sgehrman avatar Jun 29 '21 23:06 sgehrman