fromJson method

  1. @override
num fromJson(
  1. String json
)

Implementation

@override
num fromJson(String json) => num.parse(json);