factory AffectedFrame.fromJson(Map<String, dynamic> json) { return AffectedFrame( frameId: page.FrameId.fromJson(json['frameId'] as String), ); }