parse static method

IsolateGroupRef? parse(
  1. Map<String, dynamic>? json
)
override

Implementation

static IsolateGroupRef? parse(Map<String, dynamic>? json) =>
    json == null ? null : IsolateGroupRef._fromJson(json);