factory Initiator.fromJson(Map<String, dynamic> json) { return Initiator( address: json['address'], signal: json['signal'], ); }