toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (causes != null) 'causes': causes!,
      if (group != null) 'group': group!,
      if (kind != null) 'kind': kind!,
      if (name != null) 'name': name!,
      if (retryAfterSeconds != null) 'retryAfterSeconds': retryAfterSeconds!,
      if (uid != null) 'uid': uid!,
    };