tryParse abstract method

T? tryParse(
  1. dynamic source
)

Try to convert to value from any given json

Implementation

T? tryParse(dynamic source);