PlanRequestMessage.fromJson constructor
- String source
Implementation
factory PlanRequestMessage.fromJson(String source) =>
PlanRequestMessage.fromMap(json.decode(source));
factory PlanRequestMessage.fromJson(String source) =>
PlanRequestMessage.fromMap(json.decode(source));