toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (depth != null) 'depth': depth!,
      if (screenId != null) 'screenId': screenId!,
      if (screenStateId != null) 'screenStateId': screenStateId!,
    };