Param.fromJson constructor

Param.fromJson(
  1. String str
)

Implementation

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