fromJson method

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

Implementation

@override
int fromJson(String json) {
  return int.parse(json);
}