Creates a Delegate from JSON data.
Delegate.fromJson(Map<String, dynamic> json) : this( name: json['name'], namespace: json['namespace'], );