fromJson method

  1. @override
int fromJson(
  1. Object? json
)

Implementation

@override
int fromJson(Object? json) => JSafe.integer(json);