factory UserFieldDoubleValue.fromJson(Map<String, dynamic> json) => UserFieldDoubleValue( value: (json["value"] as num).toDouble(), );