toObject<T> method

T? toObject<T>()

json to object

Implementation

T? toObject<T>() => this is T ? this : null;