ExtraInfo.fromJson constructor

ExtraInfo.fromJson(
  1. String str
)

Implementation

factory ExtraInfo.fromJson(String str) => ExtraInfo.fromMap(json.decode(str));