tryParse method

  1. @override
Null tryParse(
  1. dynamic source
)
override

Try to convert to value from any given json

Implementation

@override
Null tryParse(source) {
  return null;
}