AdditionalInfo.fromJson constructor

AdditionalInfo.fromJson(
  1. String str
)

Implementation

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